Eclipse Platform
Pre-release 3.0

Uses of Interface
org.eclipse.debug.core.model.IStackFrame

Packages that use IStackFrame
org.eclipse.debug.core.model Defines interfaces for debug model elements, source lookup, and launching. 
org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points. 
 

Uses of IStackFrame in org.eclipse.debug.core.model
 

Methods in org.eclipse.debug.core.model that return IStackFrame
 IStackFrame[] IThread.getStackFrames()
          Returns the stack frames contained in this thread.
 IStackFrame IThread.getTopStackFrame()
          Returns the top stack frame or null if there is currently no top stack frame.
 

Methods in org.eclipse.debug.core.model with parameters of type IStackFrame
 Object ISourceLocator.getSourceElement(IStackFrame stackFrame)
          Returns a source element that corresponds to the given stack frame, or null if a source element could not be located.
 

Uses of IStackFrame in org.eclipse.debug.ui
 

Methods in org.eclipse.debug.ui with parameters of type IStackFrame
 Image IDebugEditorPresentation.getInstructionPointerImage(IStackFrame frame)
          Returns the image used to annotate a line of source code in an editor's ruler corresponding to the given stack frame, or null if the default image should be used.
 boolean IDebugEditorPresentation.selectAndReveal(IEditorPart editorPart, IStackFrame frame)
          Provides this editor presentation with a chance to position the given editor to the appropriate location for the given stack frame.
 void IDebugEditorPresentation.decorateEditor(IEditorPart editorPart, IStackFrame frame)
          Provides this editor presentation with an opportunity to decorate the given editor in the context of the given stack frame.
static void DebugUITools.addInstructionPointer(ITextEditor editor, IStackFrame frame)
          Adds an instruction pointer annotation to the given text editor for the specified stack frame.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.